@charset "utf-8";
.ttl-h1 {margin-bottom: 60px;}
@media only screen and (max-width: 1023px) {
  .ttl-h1 {margin-bottom: 40px;}  
}
/* googleMap
-------------------------------------------------------------*/
.googleMap{
	padding-top:200px;
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
	z-index:0;
}
.googleMap iframe,
.googleMap object,
.googleMap embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.googleMap iframe{
	margin-top:-150px;
	border:none;
}
.mapInfo{
	margin-top:-150px;
	position:relative;
	z-index:1;
}
.link-arw.alignR {
    padding-right: 0;
}